About the Demo
This demo shows one way to plug into the ECO architecture. It makes use of the
ICache interface to intercept the modification of an attribute. The modification
is written to a log. Instead of directly implementing the ICache interface, the
example subclasses the class AbstractCache. All methods in this class will simply
pass through the call to another Cache.
Setup Information
This demo does not require a database.
Running the Demo
- Start the IDE.
- Open the ChangeLogging.bdsproj.
- Compile and run.
- Click the 'New Thing' button to add objects.
- Change their names using the editbox.